Server Watch Plugin SDK Date: 6 Feb 2004
Release: 1.0
Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

SWPluginServerStruct.h

Go to the documentation of this file.
00001 /* 00002 SWPluginServerStruct.h 00003 Copyright (c) 2000-2004, Deep Fried Software. All rights reserved. 00004 */ 00005 00006 #ifndef __SWPLUGINSERVERSTRUCT_H 00007 #define __SWPLUGINSERVERSTRUCT_H 00008 00009 #include "stdafx.h" 00010 #include "SWHandle.h" 00011 #include "ISWServerSettings.h" 00012 #include "ISWServerData.h" 00013 #include <string> 00014 00019 struct SWPluginServerStruct 00020 { 00034 const SWHandle swhHandle; 00035 00042 ISWServerData* pServerData; 00043 00047 ISWServerSettings* pSettings; 00048 00066 const std::wstring strRegistryBase; 00068 00114 void* pCustomData; 00116 00120 SWPluginServerStruct(const SWHandle &handle, const wchar_t* regBase) : swhHandle(handle), strRegistryBase(regBase) {;} 00122 }; 00123 00124 #endif // __SWPLUGINSERVERSTRUCT_H


Copyright (c) 2003-2004, Deep Fried Software. All rights reserved.